projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73a4675
)
(Faccessible_keymaps): Remove unused var.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 18 Mar 2003 19:35:23 +0000
(19:35 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 18 Mar 2003 19:35:23 +0000
(19:35 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index d92b386c4e7fe342648c24b2a5631ed080d2a02f..d1fee12041445d323d779d081420b188ba979f32 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-1734,7
+1734,7
@@
then the value includes only maps for prefixes that start with PREFIX. */)
(keymap, prefix)
Lisp_Object keymap, prefix;
{
- Lisp_Object maps,
good_maps,
tail;
+ Lisp_Object maps, tail;
int prefixlen = 0;
/* no need for gcpro because we don't autoload any keymaps. */